home *** CD-ROM | disk | FTP | other *** search
/ Hacker 14 / HACKER14.ISO / Utils / WinAmpDatabase100.exe / WinAmp Database.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1998-11-22  |  1KB  |  65 lines

  1. object Form3: TForm3
  2.   Left = 467
  3.   Top = 312
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter Artist'
  7.   ClientHeight = 89
  8.   ClientWidth = 167
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 11
  22.     Top = 8
  23.     Width = 3
  24.     Height = 13
  25.   end
  26.   object Edit1: TEdit
  27.     Left = 7
  28.     Top = 28
  29.     Width = 154
  30.     Height = 21
  31.     Hint = 
  32.       'The FileName includes more than one "-", so the program can'#39't fi' +
  33.       'gure the artist and title, enter the artist'
  34.     ParentShowHint = False
  35.     ShowHint = True
  36.     TabOrder = 0
  37.   end
  38.   object Button1: TFlatButton
  39.     Left = 7
  40.     Top = 57
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&OK'
  44.     Default = True
  45.     TabOrder = 1
  46.     OnClick = Button1Click
  47.     BevelWidth = 1
  48.     BevelWidthM = 2
  49.     BevelWidthDown = 1
  50.   end
  51.   object Button2: TFlatButton
  52.     Left = 88
  53.     Top = 57
  54.     Width = 75
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = '&Cancel'
  58.     TabOrder = 2
  59.     OnClick = Button2Click
  60.     BevelWidth = 1
  61.     BevelWidthM = 2
  62.     BevelWidthDown = 1
  63.   end
  64. end
  65.